Release 10.1A: OpenEdge Development:
Progress Dynamics Administration


Configuring OpenEdge DataServer for MS SQL Server

This section provides an example of setting up the connection with the OpenEdge DataServer for MS SQL Server. You must supply the following connection parameters when you set up the connection to the schema holder database:

-db Progress_schema_holder_name -H host -S service -N TCP 
-db ODBC_DSN_name -ld SQL_Server_db -dt MSS -U user_name -P password 
-H broker_host -S broker_service -Dsrv TXN_ISOLATION,1 

You first supply the startup parameters for the schema holder database (Progress_schema_holder_name, etc.). The remaining parameters are used to start the DataServer connection to the non-OpenEdge database (ODBC_DSN_name, etc.).

The following example shows how this information is stored in the icfconfig.xml configuration file:

<service> 
<cServiceType>Database</cServiceType> 
<cServiceName>MSS</cServiceName> 
<cPhysicalService>MSSn</cPhysicalService> 
<cConnectParams>-db sh_mydb -N TCP -H localhost -S demo_svc -db mss_dsn_db 
    -ld mss_db -dt MSS -U icftest -P icftest -Dsrv TXN_ISOLATION,1
</cConnectParams> 
<lDefaultService>no</lDefaultService> 
<lCanRunLocal>yes</lCanRunLocal> 
<iStartOrder>0</iStartOrder> 
</service> 

Some important points:


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095